home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / what's new / sample code / networking / morenetworksetup / plstringfuncs / plstringfuncs.exp next >
Encoding:
Text File  |  1999-10-01  |  490 b   |  27 lines

  1. #
  2. #    1.    Make sure the current directory is the parent directory of this document.
  3. #
  4. #    2.    Select the following command and hit enter.
  5. #
  6. #            MakeStub -arch pwpc -fragname StdCLib -o PLStringFuncs PLStringFuncs.exp
  7. #
  8. #    3.    Put the resulting file "PLStringFuncs" into an appropriate place so that
  9. #        the linker can find it.
  10. #
  11. #    4.    Make sure you're not linking with StdCLib.
  12. #
  13.  
  14. PLpos
  15. PLstrcat
  16. PLstrchr
  17. PLstrcmp
  18. PLstrcpy
  19. PLstrlen
  20. PLstrncat
  21. PLstrncmp
  22. PLstrncpy
  23. PLstrpbrk
  24. PLstrrchr
  25. PLstrspn
  26. PLstrstr
  27.